Welcome![Sign In][Sign Up]
Location:
Search - nat udp

Search list

[Web ServerP2P-nat-UDP

Description: 是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧
Platform: | Size: 29522 | Author: lzp | Hits:

[TCP/IP stackP2P之UDP穿透NAT的原理与实现(附源代码)

Description: P2P之UDP穿透NAT的原理与实现 两个局域网内的机器通过公网直连的程序-P2P Zhi UDP penetrate NAT Principle and the two machines within the LAN through public networks Direct Connect procedures
Platform: | Size: 29696 | Author: 大雨点 | Hits:

[P2PP2P-NAT

Description: 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。在这里我就用自己实现的一个VC源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Here, I used one of its own to achieve VC source code to illustrate the UDP Through NAT principle.
Platform: | Size: 30720 | Author: 何智峰 | Hits:

[P2P示例如何将内部网UDP端口映射到公共网上

Description: 示例如何将内部网UDP端口映射到公共网上.zip (支持请求延迟功能)-examples of how internal network UDP port mapping to the public online. Zip (support request delayed function)
Platform: | Size: 7168 | Author: 枫之影 | Hits:

[Internet-NetworkP2P之UDP穿透NAT的原理与实现源代码 .r

Description: P2P之UDP穿透NAT的原理与实现源代码,有VC实现的网络编程-P2P UDP penetrate NAT Zhi Theory and implementation of the source code, the VC Network Programming
Platform: | Size: 31744 | Author: steven | Hits:

[Program docUDP穿越Nat的源码

Description: UDP穿越Nat的源码 UDP穿越Nat的源码-UDP through UDP source of the source code through the Nat
Platform: | Size: 25600 | Author: 李鹏 | Hits:

[P2PP2PServer.c

Description: 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of the source code to illustrate the UDP Through NAT principle.
Platform: | Size: 4096 | Author: 吴花 | Hits:

[Internet-NetworkUDP-NAT-LEO

Description:
Platform: | Size: 27648 | Author: 牧野流星 | Hits:

[Internet-NetworkUDP_NAT

Description: udp nat穿透 对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
Platform: | Size: 94208 | Author: | Hits:

[P2PUDP-NAT

Description: P2P之UDP穿透NAT的原理与实现,希望对初学者有帮助.-P2P UDP penetrate NAT's Principle and realize, and I hope to help beginners.
Platform: | Size: 1987584 | Author: lixtt | Hits:

[CSharpudp-over-p2pclient

Description: peer-to-peer 客户端,实现udp穿越nat-peer-to-peer client, udp achieved through nat
Platform: | Size: 34816 | Author: czw | Hits:

[Internet-Networkliantian

Description: 基于UDP穿透Symmetric NAT 实现不同内网间通讯的P2P网络聊天系统-based on UDP penetrating Symmetric NAT achieve different internal communication network of peer-to-peer networks Chat System
Platform: | Size: 259072 | Author: 吴阳辉 | Hits:

[P2Pudp-nat

Description: P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT's Theory and Implementation, including the client and server, and the relevant technical documentation
Platform: | Size: 35840 | Author: 张梁 | Hits:

[Internet-Networknat

Description: Nat打洞技术,使用UDP协议,用于P2P点对点通信.-Nat holes technology, the use of UDP protocol for P2P peer-to-peer communication.
Platform: | Size: 4278272 | Author: leafxt | Hits:

[TCP/IP stackUDP-NAT

Description: UDP穿越防火墙的例子,有助于学习UDP打洞原理哦。-UDP through the firewall example, contribute to learning UDP holes Oh principle.
Platform: | Size: 4217856 | Author: | Hits:

[Web ServerP2P-nat-UDP

Description: 是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧-Is a very simple network procedures, only demonstrate how to conduct UDP penetrating the inner network only. I made changes to mainly UDP in testing different NAT penetration in order to facilitate the use of only. So not much changes, the addition of a function and several parameters of the original print no more than some of the information, that. Look at source code you
Platform: | Size: 29696 | Author: lzp | Hits:

[P2Pudp

Description: 论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。 首先先介绍一些基本概念: NAT(Network Address Translators),网络地址转换:网络地址转换是在IP地址日益缺乏的情况下产生的,它的主要目的就是为了能够地址重用。NAT分为两大类,基本的NAT和NAPT(Network Address/Port Translator)。 最开始NAT是运行在路由器上的一个功能模块。 最先提出的是基本的NAT,它的产生基于如下事实:一个私有网络(域)中的节点中只有很少的节点需要与外网连接(呵呵,这是在上世纪90年代中期提出的)。那么这个子网中其实只有少数的节点需要全球唯一的IP地址,其他的节点的IP地址应该是可以重用的。 因此,基本的NAT实现的功能很简单,在子网内使用一个保留的IP子网段,这些IP对外是不可见的。子网内只有少数一些IP地址可以对应到真正全球唯一的IP地址。-Forum on the principle of frequent discussion on P2P, but the discussion to the discussion, there is very little substance produced (source code). Oh, here on my own implementation of a source code to illustrate the principle of UDP through NAT. First of all, to introduce some basic concepts: NAT (Network Address Translators), Network Address Translation: NAT IP addresses are becoming more and more scarce in the circumstances, it is the main purpose of reuse in order to be able to address. NAT is divided into two categories, the basic NAT and NAPT (Network Address/Port Translator). Most are running at start NAT router on a function module. The first to propose that the basic NAT, it is the emergence of truth based on the following: a private network (domain) of nodes required only a few nodes and external network connection (Ha ha, this is up at mid-century and raised 90) . Well, this subnet in a matter of fact only a small number of nodes required of the world s only IP addresses, o
Platform: | Size: 299008 | Author: guojun | Hits:

[Sniffer Package capturenat

Description: 完整的NAT(网络地址转换系统)技术实现程序包,分3个部分:1)路由器 2)TCP映象 3)UDP映象-Integrity of the NAT (network address translation system) package technology, sub-3 parts: 1) Router 2) TCP mapping 3) UDP Mappings
Platform: | Size: 15360 | Author: 熊成 | Hits:

[P2PUDP-NAT

Description: UDP穿透技术,原理简单,经过本地测试。 -UDP-penetrating technologies, the principle of simple, after local testing.
Platform: | Size: 8883200 | Author: 邹福广 | Hits:

[CommunicationUDP-NAT

Description: P2P之UDP穿透NAT的原理与实现 - 增强篇-UDP—NAT
Platform: | Size: 41984 | Author: zz | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net